home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / Mesa-3.0 / INCLUDE / GL / glx_mangle.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-26  |  2.1 KB  |  61 lines

  1. /* $Id: glx_mangle.h,v 3.2 1998/03/26 02:44:53 brianp Exp $ */
  2.  
  3. /*
  4.  * Mesa 3-D graphics library
  5.  * Version:  3.0
  6.  * Copyright (C) 1995-1998  Brian Paul
  7.  *
  8.  * This library is free software; you can redistribute it and/or
  9.  * modify it under the terms of the GNU Library General Public
  10.  * License as published by the Free Software Foundation; either
  11.  * version 2 of the License, or (at your option) any later version.
  12.  *
  13.  * This library is distributed in the hope that it will be useful,
  14.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16.  * Library General Public License for more details.
  17.  *
  18.  * You should have received a copy of the GNU Library General Public
  19.  * License along with this library; if not, write to the Free
  20.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21.  */
  22.  
  23.  
  24. /*
  25.  * $Log: glx_mangle.h,v $
  26.  * Revision 3.2  1998/03/26 02:44:53  brianp
  27.  * removed ^M characters
  28.  *
  29.  * Revision 3.1  1998/03/17 02:41:19  brianp
  30.  * updated by Randy Frank
  31.  *
  32.  * Revision 3.0  1998/02/20 05:04:45  brianp
  33.  * initial rev
  34.  *
  35.  */
  36.  
  37.  
  38. #define glXChooseVisual mglXChooseVisual
  39. #define glXCreateContext mglXCreateContext
  40. #define glXDestroyContext mglXDestroyContext
  41. #define glXMakeCurrent mglXMakeCurrent
  42. #define glXCopyContext mglXCopyContext
  43. #define glXSwapBuffers mglXSwapBuffers
  44. #define glXCreateGLXPixmap mglXCreateGLXPixmap
  45. #define glXDestroyGLXPixmap mglXDestroyGLXPixmap
  46. #define glXQueryExtension mglXQueryExtension
  47. #define glXQueryVersion mglXQueryVersion
  48. #define glXIsDirect mglXIsDirect
  49. #define glXGetConfig mglXGetConfig
  50. #define glXGetCurrentContext mglXGetCurrentContext
  51. #define glXGetCurrentDrawable mglXGetCurrentDrawable
  52. #define glXWaitGL mglXWaitGL
  53. #define glXWaitX mglXWaitX
  54. #define glXUseXFont mglXUseXFont
  55. #define glXQueryExtensionsString mglXQueryExtensionsString
  56. #define glXQueryServerString mglXQueryServerString
  57. #define glXGetClientString mglXGetClientString
  58. #define glXCreateGLXPixmapMESA mglXCreateGLXPixmapMESA
  59. #define glXReleaseBuffersMESA mglXReleaseBuffersMESA
  60. #define glXCopySubBufferMESA mglXCopySubBufferMESA
  61.